Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Embedded C Interview Questions and Answers

Question: What is the role of the 'static' keyword in embedded C?
Answer: In embedded C, 'static' can be used to define variables with a fixed memory location or limit the scope of functions and variables.

Example:

static int counter = 0;
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook